home *** CD-ROM | disk | FTP | other *** search
/ Glamour Girls 1 / Glamour Girls I.iso / mac / Glamour Girls Index / 00449_Script_449 < prev    next >
Text File  |  1994-07-13  |  570b  |  25 lines

  1. --
  2. on initcheckcurs
  3.     global soundVolume
  4.     set soundVolume = 255
  5.     set the volume of sound 1 =soundVolume
  6.  
  7.     if rollOver (4) then
  8.         go to "1"
  9.     else if rollOver (5) then
  10.         go to "2" 
  11.     else if rollOver (6) then
  12.         go to "3"
  13.     else if rollOver (7) then
  14.         go to "4"
  15.     else if rollOver (8) then
  16.         go to "5"
  17.     else if rollOver (9) then
  18.         go to "6"
  19.     else if rollOver (10) then
  20.         go to "7"
  21.     else if rollOver (11) then
  22.         go to "8" 
  23.     else 
  24.         go to "Main"
  25.     end if